home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20031118-20041115 / 000141_notforyou@hotmail.com_Mon Mar 15 11:16:47 2004.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Path: newsmaster.cc.columbia.edu!panix!newsfeed.mathworks.com!fu-berlin.de!uni-berlin.de!200-193-090-137.fnsce7001.dsl.brasiltelecom.net.BR!not-for-mail
  2. From: "Henrique Seganfredo" <notforyou@hotmail.com>
  3. Newsgroups: comp.protocols.kermit.misc
  4. Subject: Re: MSDOS KERMIT & unbuffered disk write (session log)
  5. Date: Sun, 14 Mar 2004 21:15:52 -0300
  6. Lines: 33
  7. Message-ID: <c32smo$22d2je$1@ID-8247.news.uni-berlin.de>
  8. References: <c2tes5$228q78$1@ID-8247.news.uni-berlin.de> <QPOHps8nRH+t@cc.usu.edu>
  9. NNTP-Posting-Host: 200-193-090-137.fnsce7001.dsl.brasiltelecom.net.br (200.193.90.137)
  10. X-Trace: news.uni-berlin.de 1079309849 69634670 I 200.193.90.137 ([8247])
  11. X-Priority: 3
  12. X-MSMail-Priority: Normal
  13. X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
  14. X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14851
  16.  
  17. only 256 bytes are buffered? humm...I think I can live with this....I'll
  18. check this tomorrow...
  19. "Joe Doupnik" <jrd@cc.usu.edu> wrote in message
  20. news:QPOHps8nRH+t@cc.usu.edu...
  21. > In article <c2tes5$228q78$1@ID-8247.news.uni-berlin.de>, "Henrique
  22. Seganfredo" <notforyou@hotmail.com> writes:
  23. > > Hello,
  24. > >
  25. > > I am trying to use MS DOS KERMIT on an old computer to receive call
  26. reports
  27. > > data from a PABX. But I noticed that if there is a power shortage and
  28. the
  29. > > computer resets or shuts down, the current data (visible on the screen)
  30. sent
  31. > > by the PABX is not recorded to disk, I can only see in the file the data
  32. > > stored from tha last time I exited Kermit correctly (Alt-X, exit). Is
  33. there
  34. > > any way to force the writing periodically or every time data comes in?
  35. > >
  36. > > Thanks,
  37. > >
  38. > > Henrique Seganfredo
  39. > -------------
  40. > File transfer data are sent straight to disk, though there is a
  41. > small amount of in-program buffering. Screen capture data goes through
  42. > a small buffer too and thence straigh to disk. The latter is governed
  43. > by item cptsiz, defined in file mssdef.h as 256 bytes; you can reduce
  44. > this and recompile if needs be.
  45. > A better suggestion is to acquire a small UPS battery backup
  46. > unit so the computer survives brief power outages.
  47. > Joe D.
  48.  
  49.  
  50.